type vendor/golang.org/x/crypto/internal/poly1305.macGeneric
6 uses
vendor/golang.org/x/crypto/internal/poly1305 (current package)
sum_amd64.go#L18: type mac struct{ macGeneric }
sum_generic.go#L34: func newMACGeneric(key *[32]byte) macGeneric {
sum_generic.go#L35: m := macGeneric{}
sum_generic.go#L52: type macGeneric struct {
sum_generic.go#L61: func (h *macGeneric) Write(p []byte) (int, error) {
sum_generic.go#L86: func (h *macGeneric) Sum(out *[TagSize]byte) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |